home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Net / Utilities / Seer family 2.0 / sr_da.prj.R < prev    next >
Encoding:
Text File  |  1987-11-18  |  2.9 KB  |  107 lines  |  [TEXT/KAHL]

  1. sr_da.prj.rsrc
  2. ????????
  3.  
  4. * Resources in this file are owned by the NetSpace desk accessory.
  5. * Accordingly, the resource numbers must abide by the owned resource
  6. * rules (see inside mac V1-109 (res manager)).  The net result of all
  7. * that is:
  8. *    a) all resource in this file must have resources in the range
  9. *       of -16000 thru -15969 (-16000 is the first resource of a
  10. *       given type, -15999 the second etc). 
  11. *    b) Any resource number in this file may be changed by the
  12. *       font/da mover when the NetSpace DA number is changed from 12
  13. *      to something else to avoid a conflict.
  14.  
  15. * So, we can have 32 resources of each type.  To net the Nth resource
  16. * of a given type, use this equation (which holds evan after font/da
  17. * has renumbered):
  18. * 0xc000-(32*(dCtlRefNum + 1))+Nth
  19. * in the NetSpace program we set res_base to 0xc000... so just add
  20. * the index for the resource you want.
  21.  
  22. TYPE CNTL
  23.     ,-16000
  24. vertical scroll        ;; scroll bar to select packets
  25. -1 483 241 499        ;; put it in the usual place
  26. Visible         ;; it is visible
  27. 16             ;; procid= a scroll bar
  28. 0             ;; refcon for the v scroll bar
  29. 0 16383 0         ;; min max initial (allow 14 bits of selection)
  30.  
  31.  
  32. TYPE CNTL
  33.     ,-15999
  34. update            ;; notice new packets, update slider
  35. 2 5 20 60         ;; top left bottom right
  36. Visible         ;; it is visible
  37. 0             ;; procid= a simple button
  38. 0             ;; refcon for the stop button
  39. 0 1 1             ;; min max initial
  40.  
  41. TYPE CNTL
  42.     ,-15998
  43. auto            ;; automaticly follow new packets
  44. 2 65 20 110         ;; top left bottom right
  45. Visible         ;; it is visible
  46. 0             ;; procid= a simple button
  47. 0             ;; refcon for the stop button
  48. 0 1 1             ;; min max initial
  49.  
  50. TYPE MENU
  51.     ,-16000
  52. Seer
  53. Reset queue        ;; reset the seer queue
  54.  
  55. TYPE WIND
  56.     ,-16000        ;; the seer display window
  57. seer packets        ;; the window title
  58. 80 7 335 505         ;; a normal large window
  59. Visible GoAway        ;; a normal data window
  60. 0             ;; procid for a da with slightly rounded corners
  61. 0             ;; refcon not used
  62.  
  63. TYPE WIND
  64.     ,-15999        ;; the seer display window
  65. seer scope        ;; the window title
  66. 44 7 335 505         ;; a normal large window
  67. Visible GoAway        ;; a normal data window
  68. 0             ;; can't use DA, do grow icon
  69. 0             ;; refcon not used
  70.  
  71. TYPE WIND
  72.     ,-15998        ;; the seer display window
  73. seer status        ;; the window title
  74. 30 7 75 505         ;; a normal large window
  75. Visible GoAway        ;; a normal data window
  76. 0             ;; procid for a da with slightly rounded corners
  77. 0             ;; refcon not used
  78.  
  79. TYPE STR#
  80.     ,-16000
  81. 4
  82. Seer program bomb:
  83. OS error code:
  84. Click mouse to exit
  85. Additional data:
  86.  
  87. * fatal unexpected error texts
  88. TYPE STR#
  89.     ,-15999
  90. 14
  91. Can't find a window from the resource file
  92. Can't read a control from the resource file
  93. Can't open sp_resource.rsrc
  94. Seer driver configure failed
  95. A seer device driver call failed with an os error
  96. Seer packet reception on call failed
  97. Seer load driver call failed
  98. Can't open seer_driver file
  99. Can't open .seer device
  100. Seer get packet call failed unexpectedly
  101. Can't find a menu in the resource file
  102. Can't find a string in the resource file
  103. No handler for this event,window type
  104. Can't read PDL resources
  105.  
  106.  
  107.